Decision Making and Branching in C

Decision making statements are the statements that are used to verify a given condition and decide whether a block of statements gets executed or not based on the condition result.

Types of Decision Making Statements